All Questions
Tagged with graph-neural-networkpooling
1 question
2votes
1answer
308views
Trying to average node values over local neighborhoods in a graph using a GCN
I'm new to Graph Convolutional Networks (and pytorch in general) so I'm trying to verify that the message passing layer is working as expected before I go on to adding layers to the network. But when ...